Kenneth Tay
Oct 3, 2017
“What software have you used for Analytics, Data Mining, Data Science and/or Machine Learning projects in the past 12 months?”
Bi-annual open-access journal: Features short to medium length articles covering topics of interest to R users and developers
Blog aggregator of content contributed by bloggers who write about R
Examples of posts:
newsflashtmapData.Table by example - Part 3tidytext 0.1.4df[df$mpg > 30,]
with(df, df[mpg > 30,])
subset(df, mpg > 30)
filter(df, mpg > 30)
df %>% filter(mpg > 30)By the end of this course, students will be able to:
x <- 3TRUE or FALSE)How to differentiate between numeric variables and character variables which consist of digits?